home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / edu / mapit20 / year.sim < prev    next >
Text File  |  1998-04-15  |  722b  |  27 lines

  1. ; year.sim  -  Examine position of sun and stars for a year using
  2. ;              Synchronous Orbits.
  3. Output DBF: C:gps
  4.  
  5. ; Uncomment the next line and zoom to 1000 at 0 0 to view end
  6. ; positions of different years for the last day only.
  7. ;start at 12-31-70   delta time 60
  8.  
  9. stop at 01-01-71,05:48:46    ; tropical year (equinox to equinox)
  10. ;stop at 01-01-71,06:09:10    ; sidereal year (fixed stars)
  11. ;stop at 01-01-71,06:13:53    ; anomalistic year (perihelion to perihelion)
  12. simulation rate 500000
  13.  
  14.  
  15. 0  DEFINE SOLAR  0 0
  16.         period 24
  17.         COLOR 7  heading 90
  18.  
  19. 0  DEFINE SUN  0 0
  20.         fixed
  21.         COLOR 15  heading 270
  22.  
  23. 0  DEFINE GEO  0 0
  24.         geosynchronous  COLOR 4  heading 90
  25.  
  26.  
  27.